home *** CD-ROM | disk | FTP | other *** search
/ TP Link / TP Link Driver CD.iso / TL-WN353GD / Setup / data1.cab / UI_Win98ME / EAPPkt.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2007-07-26  |  3.0 KB  |  93 lines

  1. ;-------------------------------------------------------------------------
  2. ; EAPPkt.INF -- Sample Protocol Driver
  3. ;
  4. ; Copyright (c) 1993-1999, Microsoft Corporation
  5. ;-------------------------------------------------------------------------
  6. [version]
  7. Signature   = "$Windows NT$"
  8. Class       = NetTrans
  9. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  10. Provider    = %Msft%
  11. DriverVer   = 06/16/1999,5.00.2064
  12.  
  13. [Manufacturer]
  14. %Msft%=MSFT
  15.  
  16. [MSFT]
  17. %EAPPkt_Desc%=Install, RT_EAPPkt
  18.  
  19. ;-------------------------------------------------------------------------
  20. ; Installation Section
  21. ;-------------------------------------------------------------------------
  22. [Install]
  23. AddReg=Inst_Ndi
  24. ;Characteristics=0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  25. Characteristics=0
  26. CopyFiles=CpyFiles_Sys
  27.  
  28. ;-------------------------------------------------------------------------
  29. ; Ndi installation support
  30. ;-------------------------------------------------------------------------
  31. [Inst_Ndi]
  32. HKR,Ndi,Service,,"EAPPkt"
  33. HKR,Ndi,HelpText,,%EAPPkt_HelpText%
  34. HKR, Ndi\Interfaces, UpperRange,, noupper
  35. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_EAPPkt"
  36.  
  37. ;-------------------------------------------------------------------------
  38. ; Service installation support
  39. ;-------------------------------------------------------------------------
  40. [Install.Services]
  41. AddService=EAPPkt,,EAPPkt_Service_Inst
  42.  
  43. [EAPPkt_Service_Inst]
  44. DisplayName     = %EAPPkt_Desc%
  45. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  46. StartType       = 2 ;SERVICE_AUTO_START
  47. ;;StartType       = 3 ;SERVICE_MANUAL_START
  48. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  49. ServiceBinary   = %12%\EAPPkt.sys
  50. LoadOrderGroup  = NDIS
  51. ;;AddReg          = AddReg_EAPPkt_Service_Inst
  52. Description     = %EAPPkt_Desc%
  53. ;;Security    ="D:P(A;;GA;;;WD)"
  54.  
  55. ;;[AddReg_EAPPkt_Service_Inst]
  56. ;;HKLM,"System\CurrentControlSet\Services\EAPPkt","TextModeFlags",%REG_DWORD%,0x0001
  57. ;;HKR,"Parameters","Test",,"Hello"
  58.  
  59. ;-------------------------------------------------------------------------
  60. ; Support for removal of static registry settings
  61. ;-------------------------------------------------------------------------
  62. ;;[Install.Remove]
  63. ;;DelReg=Del_Static_Reg
  64.  
  65. [Install.Remove.Services]
  66. DelService=EAPPkt
  67.  
  68. ;;[Del_Static_Reg]
  69. ;;HKLM,"System\CurrentControlSet\Services\EAPPkt","TextModeFlags"
  70.  
  71. ;-------------------------------------------------------------------------
  72. ; Declare Destination Directories for file copy/deletion
  73. ;-------------------------------------------------------------------------
  74. [DestinationDirs]
  75. CpyFiles_Sys    = 12    ; DIRID_DRIVERS
  76.  
  77.  
  78. ;-------------------------------------------------------------------------
  79. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  80. ;-------------------------------------------------------------------------
  81. [CpyFiles_Sys]
  82. EAPPkt.sys,,,2
  83.  
  84. [Strings]
  85. Msft = "Microsoft"
  86. EAPPkt_Desc = "Realtek EAPPkt Protocol"
  87. EAPPkt_HelpText = "A non-routable protocol designed for use in small LANs."
  88. ;;REG_DWORD = 0x10001
  89.  
  90.  
  91.  
  92.  
  93.